Docs: Refer to GtkWidget::can_target in migration guide
authorJason Francis <cycl0ps@tuta.io>
Thu, 12 Mar 2020 18:10:38 +0000 (14:10 -0400)
committerJason Francis <cycl0ps@tuta.io>
Thu, 12 Mar 2020 18:10:38 +0000 (14:10 -0400)
This makes the docs consistent with the renaming changes in commit
ef982b7d46125f206b59ae4222d26947bda86246.

docs/reference/gtk/migrating-3to4.xml

index 26a2a0ec6a6e0d012fcca7b6f0044efa4b432443..2ee41aac758571e754c1a7316788a2d48a3c1cbc 100644 (file)
       <title>Adapt to changes in GtkOverlay API</title>
       <para>
         The GtkOverlay::pass-through child property has been replaced by the
-        GtkWidget::can-pick property. Note that they have the opposite sense:
-        pass-through == !can-pick.
+        GtkWidget::can-target property. Note that they have the opposite sense:
+        pass-through == !can-target.
       </para>
     </section>